home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 4_0 / GNUUCP_2 / MAC_GNUU.CP_ < prev    next >
Text File  |  1990-05-05  |  2KB  |  47 lines

  1. GNUUCP Installation:
  2.  
  3. You will need to create 2 directories: the UUCP directory and the MAIL directory.
  4. The UUCP directory is where the sources and work files will live for UUCP. It's
  5. typically called Volname:usr:spool:uucp.
  6. The other directory is usually called Volname:usr:spool:mail
  7. and is where users mail files are kept.
  8.  
  9. Volname is the name of the hard disk on which the directories live.
  10.  
  11. Edit the following files to meet your site's configuration.
  12. gnuucp.ctl which has the following form. Don't engter the lines after the ** 
  13. as they are coments.
  14.  
  15. nodename    fpr                                                            ** Name of the host computer.
  16. nodemamealias fpr.com                       ** Alternate name for your computer
  17. username    jim                                                            ** Username of the user of this computer.
  18. uucplogname                                                               ** Login name of uucp where this machine is being called
  19. uucppasswd                                                                    ** password of uucp program
  20. debug        5                                      ** Debug level 5 is good for now
  21. spool        Concord:usr:spool:uucp      ** Name of the UUCP Spool directory.
  22. mail        Concord:usr:spool:mail        ** Name of the directory where users mail files live.
  23. logfile        Concord:usr:spool:uucp:LOGFILE  ** Name of the Logfile.
  24. mlogfile    Concord:usr:spool:uucp:MAIL_LOG  ** Name of the MAIL log file.
  25. pubdir        Concord:usr:spool:uucppublic           ** Name of the UUCP public dir.
  26. sysfile        Concord:usr:spool:uucp:L.sys            ** name of the file containing remote site info.
  27. userfile    Concord:usr:spool:uucp:gnuucp.userfile  ** Name of the userfile, isn't used yet.
  28.  
  29. port        ACU hayes .A2400 2400             ** Names of the two serial ports on the Mac and their 
  30. port        ACU hayes .A2400 2400           ** baud rates.
  31.  
  32.  
  33. and l.sys
  34.  
  35. Site, when, how, baud, number, expect on login, password
  36. mach Any ACU 2400 555-1212 me: uu_login_name word: uu_passwd
  37.  
  38. To run UUCP: launch the gnuucp program,
  39. when it asks for a Unix command line type 
  40. -Sname to call the remote site name, which you have previously entered in the l.sys
  41. file.
  42. or just type <return> to enter server mode to wait for someone to call you.
  43.  
  44. The other cards should be self explanatory.
  45.  
  46. jim@fpr.com
  47.